Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
Successful Response
Schema representing the license resource status.
Schema representing the feature tier configuration.
This defines what features and capabilities are available for a given license tier. The features are grouped into different categories like campaign types, media storage, creative formats, notification methods and analytics access.
Schema representing the license information.
Maximum allowed resource usage limits for each resource type.
Examples:
{ "campaign.analystics.days": 30 }Maximum allowed resource usage limits for each resource type.
Examples:
{
"api.monthly_requests": 1000000,
"placement.count": 10
}Current usage count for each resource type.
Examples:
{
"api.monthly_requests": 100,
"placement.count": 1
}